$result3 = mysql_query("SELECT tbl_addedItemCustomerPrices.price FROM tbl_addedItemCustomerPrices, tbl_items
WHERE tbl_addedItemCustomerPrices.itemId = tbl_items.id
AND tbl_items.id = $id
AND tbl_addedItemCustomerPrices.customerid = $customerid
AND...