Keep in mind that this line turns it off for log in customers.

if((CAPTCHA_RETURNS != 'false') && (!$_SESSION['customer_id'])) {
If you wish to run it for all customers even log in ones, change it to this..

Code:
if (CAPTCHA_RETURNS != 'false')  {
Glade it helped!