You call getPressure() once for the serial output and once for the write to the SD card. If the two values are inside the measurement error range they should be taken as equal.
If you want to have identical values, call getPressure() just once, store it in a variable and write that to the serial interface and the SD card.