ok I have updated the module so versions 1.1.1 and forward should be correct but you may need to make a small change to the includes/extra_datafiles/braintree_api.php file for older installations.
change:
PHP Code:
define('TABLE_BRAINTREE', DB_PREFIX . 'braintree');
to:
PHP Code:
define('TABLE_BRAINTREE', 'braintree');
This is because it looks like the table 'braintree' was coded into the module, rather the TABLE_BRAINTREE.
If that doesn't then try adding that file to your admin/includes/extra_datafiles/
Please let us know so we can help others.
Bookmarks