Thanks for all the help here guys, I have now sorted it with the below!
Thanks for all the help it really appreciated!
$arrlength=count($make);
for($x=0;$x<$arrlength;$x++)
{
$res= mysql_query ("INSERT INTO gap_q5 (customerid,date,make,model,description,value,serial,pat)
VALUES ('$customerid','$date','$make[$x]','$model[$x]','$description[$x]','$value[$x]','$serial[$x]','$pat')");
}