KUMAR
Importing sales areas can be done by a simple mysql query just similar to this example:
INSERT INTO 0_areas (description) VALUES
('Asia'),
('North America'),
('Middle East')
...
Customers importing is a bit more complicated when you will first have to prepare the related data such as Sales Types, Payment Terms, Sales Areas, Tax...
Maybe you will find a solution from : this wiki