The instructions are missing the define for INVOICE_TEXT_NO_COMMENT in english.php.

To fix this add the following to admin/includes/languages/english.php just before "//ORDER COMMENTS CODE ENDS HERE":

define('INVOICE_TEXT_NO_COMMENT','');

so it should read

define('INVOICE_TEXT_NO_COMMENT','');
//ORDER COMMENTS CODE ENDS HERE

Attachment contains updated instructions.

More...