Try running these in the Tools ... Install SQL Patches ...
PHP Code:
ALTER TABLE paypal CHANGE txn_type txn_type varchar(32NOT NULL default '';
ALTER TABLE paypal CHANGE payment_type payment_type varchar(40NOT NULL default '';
ALTER TABLE paypal_testing CHANGE txn_type txn_type varchar(32NOT NULL default '';
ALTER TABLE paypal_testing CHANGE payment_type payment_type varchar(40NOT NULL default ''
Then, get the updated file on post #19:
http://www.zen-cart.com/forum/showthread.php?t=54679

See it those help you ...