The other form has conditionals in it. No information is sent to the DB. But if you choose to upload an image it will write those fields.
This is the error on screen:
"Failed to execute query associated to this form."
This is what is in the fb_error.log.php:
<?php echo 'Access denied.'; exit(); ?>
Thu, 09 May 2013 23:03:28 +0000: DataSaveMySQL hit upon an unhandled field type: captcha
Thu, 09 May 2013 23:03:28 +0000: Failed to execute query on table: not_working(CREATE TABLE `not_working`(_rowid_ int(11) NOT NULL AUTO_INCREMENT,`first_name` varchar(255) NOT NULL DEFAULT '',`last_name` varchar(255) NOT NULL DEFAULT '',`user_email` varchar(255) NOT NULL DEFAULT '',`product_select` varchar(255) NOT NULL DEFAULT '',`option_select` varchar(255) NOT NULL DEFAULT '',`uploaded_file` varchar(255) NOT NULL DEFAULT '',`more_info` varchar(10000) NOT NULL DEFAULT '',`image_location` varchar(10000) NOT NULL DEFAULT '',`design_request` varchar(10000) NOT NULL DEFAULT '',`_submitted_` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',`_fromaddress_` varchar(128) NOT NULL DEFAULT '0.0.0',`_flags_` int(11) NOT NULL DEFAULT '0',`_transactid_` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY ( _rowid_ ) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1

If I set this form to save as a CSV it works fine.