After HOURS of comparing code I found my error.

the top lines under the comment should be

<?php
require(DIR_WS_MODULES.'craftyclicks/crafty_html_output.php');
echo tep_crafty_script_add('create_account', 1);
?>

NOT:

<?php
require(DIR_WS_MODULES.'craftyclicks/crafty_html_output.php');
echo tep_crafty_script_add('address', 1);
?>



LESSON:
Dont take any code for granted, follow steps EXACTLY as specified like a robot!

And as I heard from a VERY wise women a certain *DIVA* most add on errors are due to simple install issues, missing files, misplaced files and in this case wrong code copied into files.

I GOT IT