Help!!! Still having problems installing db in ps4.5

INSERT INTO `ps4_shippingrates` VALUES ('1', '1', '1000000000.00', '0.00');
to:
INSERT INTO `ps4_shippingrates` VALUES ('1', '1', '1000000.00', '0.00');

Changed code as suggested and got a new error!!
ERROR: Database could not be created.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `ps4_categories` ( `CategoryID` int(11) NOT NUL' at line 1
~Giovonnae