Ya logre crearlo ya solo tenia errores de sintaxis en campos que tenian espacio asi quedo la solucion en workbench:
-- --------------------------------------------------------------------------------
-- Routine DDL
-- Note: comments before and after the routine body will not be stored by the server
-- --------------------------------------------------------------------------------
DELIMITER $$
Código MySQL:
Ver original-- --------------------------------------------------------------------------------
-- Routine DDL
-- Note: comments before and after the routine body will not be stored by the server
-- --------------------------------------------------------------------------------
DELIMITER $$
)
(id_default_group
,id_risk
,firstname
,lastname
,email
, passwd
,birthday
, newsletter_date_add
,max_payment_days
,secure_key
,active
,date_add,date_upd
) 3, 0, Firstname, Lastname, Email, '12345',Birthday,'0000-00-00 00:00:00',0,
);
INSERT INTO `ps_customer_group` (id_customer
, id_group
) INSERT INTO `ps_guest`(id_operating_system
, id_web_browser
, id_customer
, screen_resolution_x
, screen_resolution_y
, screen_color, sun_java, adobe_flash, adobe_director, apple_quicktime, real_player, windows_media, accept_language)
VALUES(3, 10, Customer_ID
, 0, 0, 0, 0, 0, 0, 0, 0, 0,''); INSERT INTO `ps_address`(id_country
, id_state
, id_customer
, id_manufacturer
, id_supplier
, id_warehouse
, alias
, company
, lastname
, firstname
, address1
, postcode
, city
, phone
, vat_number
, dni
, DATE_ADD, date_upd
, active
, deleted
) VALUES(145, 67, Customer_ID
, 0, 0, 0, 'Business', Company
, Lastname
, Firstname
, Address1
, Postcode
, City
, Phone
, '','' , CURRENT_TIMESTAMP(), CURRENT_TIMESTAMP(), 1, 0);
AUNQUE LA VERDAD ME HA DEJADO UN MAL SABOR MYSQL YO NO RECOMIENDO QUE LO USEN ESTA MUY LIMITADO EN MUCHAS COSAS ES MUCHO MEJOR SQLSERVER Y NI HABLAR CON PHP QUE CONTINUA SIENDO TAN OBSOLETO Y NO PROPORCIONA MUCHA AYUDA PARA DESARROLLAR A LOS PROGRAMADORES, ESTAS DOS TECNOLOGIAS DE VERIAN DE MORIR YA.
GRACIAS POR LA AYUDA gnzsoloyo